Click or drag to resize

ServiceCreateAttachment Method (IListAttachment, ItemId)

Creates attachments and attaches them to the specified item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<CreateAttachmentResponse> CreateAttachment(
	IList<Attachment> attachments,
	ItemId itemId
)

Parameters

attachments
Type: System.Collections.GenericIListAttachment
The attachments to create.
itemId
Type: Independentsoft.ExchangeItemId
The parent item to attach attachments to.

Return Value

Type: IListCreateAttachmentResponse
A collection of the identifiers of the parent item.
See Also